home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / easytext / _SETUP.1 / EasyText.exe / 0 / RCDATA / TCUST1 / TCUST1.txt
Text File  |  1999-01-10  |  1KB  |  70 lines

  1. object Cust1: TCust1
  2.   Left = 208
  3.   Top = 130
  4.   BorderStyle = bsDialog
  5.   Caption = 'Current Custom Objects List'
  6.   ClientHeight = 214
  7.   ClientWidth = 313
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 297
  20.     Height = 193
  21.     Shape = bsFrame
  22.   end
  23.   object OKBtn: TButton
  24.     Left = 215
  25.     Top = 115
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.   end
  33.   object ListBox1: TListBox
  34.     Left = 24
  35.     Top = 24
  36.     Width = 169
  37.     Height = 160
  38.     ItemHeight = 13
  39.     TabOrder = 1
  40.   end
  41.   object Button1: TButton
  42.     Left = 216
  43.     Top = 69
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Remove'
  47.     TabOrder = 2
  48.     OnClick = Button1Click
  49.   end
  50.   object Button2: TButton
  51.     Left = 216
  52.     Top = 24
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Add'
  56.     TabOrder = 3
  57.     OnClick = Button2Click
  58.   end
  59.   object Button3: TButton
  60.     Left = 216
  61.     Top = 160
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 4
  68.   end
  69. end
  70.